|
|
The Mouse Idle event is only triggered after a Mouse Down event and
while the mouse is not moving and until the next Mouse Up event. The
event will trigger repeatedly while the mouse is held down.
- Options
- Where
- Anywhere: The mouse cursor can be inside or
outside of the element's hot region.
- In: The mouse cursor must be inside the element's
hot region.
- Out: The mouse cursor must be outside the
element's hot region.
- Parameters
- Mouse X: The horizontal pixel position of the mouse
cursor relative to the left of the window.
- Mouse Y: The vertical pixel position of the mouse
cursor relative to the top of the window.
|